home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / DefineSprite_197_bull / frame_3 / DoAction.as
Text File  |  2011-08-19  |  229b  |  11 lines

  1. if(_root.pauseFlg == false)
  2. {
  3.    this.main();
  4.    if(_root.bglimitFlg == false)
  5.    {
  6.       this.basex -= _root.scrolldx - _root.hoseidx;
  7.    }
  8.    this._x = this.baseX + this.worldx;
  9. }
  10. this.gotoAndPlay(_currentframe - 1);
  11.